home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 May / cmycha200305.iso / MutantStorm / setup_mutantstorm_demo.exe / {app} / script / level101.lua < prev    next >
Text File  |  2002-10-22  |  477b  |  24 lines

  1. cur_level_num = 101
  2.  
  3. dofile("everything.lua")
  4.  
  5. c_add_a_path("edge-path", 0, 75 )
  6.  
  7. function LEVEL_start()
  8.         ticker = 0
  9.         pylon_start("circle-1",90.0)
  10.         floor_start_random()
  11.         player_start( 1.50077 , -0.134332 , 1.20087e-006 )
  12. end
  13.  
  14. function LEVEL_gameloop()
  15.         everying_gameloop()
  16.  
  17. if ticker == 500 then
  18. actor_plopper( "robot_green_path", 40,0,10,     -34.1556,-21.5307,-6.77262,6.0315,    -90.0,0.0,    "edge-path" )
  19. c_no_more_beasties_to_come()
  20. end
  21.  
  22. end
  23.  
  24.